home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM PowerMac / 5PM_Term_PPC.sea / ASC Read Me's… / CTB Scripting Interfaces / asc3270 - Scripting Interface < prev    next >
Text File  |  1994-01-17  |  5KB  |  116 lines

  1.  
  2. _________________________________________________________________
  3.  
  4. asc3270 Scripting Interface
  5.  
  6. _________________________________________________________________
  7.  
  8. Following is the syntax of the Scripting Interface.
  9.  
  10. All the parameters accessible through the Configuration Dialogs can also be set through the Scripting Interface.
  11.  
  12. Please refer to the Help in the Configuration Dialogs for the meaning of each parameter. 
  13.  
  14.  
  15.  FontName               <font name…>
  16.  FontSize                <font size…>
  17.  TermMode             <terminal name…>
  18.  
  19.  CursorMode          <underline | block>
  20.  CursorBlink          <true | false>
  21.  
  22.  ExtendedMode       <true | false>
  23.  DelayDraw                <on  | off>
  24.  
  25.  StatusBar             <true | false>
  26.  StatusPos             <top | bottom>
  27.  CursorPos            <true | false>
  28.  
  29.  ResetInsert           <true | false>
  30.  DiscardBlanks       <true | false>
  31.  
  32.  KeyclickSound       <true | false>
  33.  SoundBeep             <true | false>
  34.  
  35.  TTYEcho                <true | false>
  36.  TTYCRLF               <true | false>
  37.  
  38.  ShowMenu            <true | false>
  39.  Key3D                    <true | false>
  40.  
  41.  Keyboard             <"keyboard mapping name…">
  42.  Language             <"country name…">
  43.  
  44.  White                    <RGBcolor…>
  45.  Yellow                  <RGBcolor…>
  46.  Pink                     <RGBcolor…>
  47.  Turquoise             <RGBcolor…>
  48.  Green                   <RGBcolor…>
  49.  Red                      <RGBcolor…>
  50.  Blue                     <RGBcolor…>
  51.  Background           <RGBcolor…>
  52.  
  53.  Normal                 < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  54.  HighIntensity        < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  55.  NonDisplay           < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  56.  ReverseVideo       < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  57.  Blink                    < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  58.  Underline             < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  59.  Unprotected         < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  60.  AttributesChars   < [<plain>]   |   [<bold>][+<invi>][+<revs>][+<blin>][+<undl>][+<color>+<RGBcolor…>] >
  61.  
  62.  
  63. <font name…>             =    <"font name…">.
  64.  
  65. <terminal name…>             =    <3278-1> |
  66.                                               <3278-2> |
  67.                                               <3278-3> |
  68.                                               <3278-4> |
  69.                                               <3278-5> |
  70.                                               <3279-2> |
  71.                                               <3279-3>.
  72.  
  73. <font size…>                      =   <6> |
  74.                                               <7> |
  75.                                               <9> |
  76.                                               <12> |
  77.                                               <14> |
  78.                                               <16> |
  79.                                               <18> |
  80.                                               <=font size>.
  81.  
  82. <keyboard mapping name…>    =     <"Default_3270"> …
  83.  
  84. <country name…>               =   <"US"> |
  85.                                               <"Austrian-German"> |
  86.                                               <"Belgian"> |
  87.                                               <"Canadian_Bilingual"> |
  88.                                               <"Danish"> |
  89.                                               <"English_UK"> |
  90.                                               <"Finish"> |
  91.                                               <"French_AZERTY"> |
  92.                                               <"Italian"> |
  93.                                               <"Netherlands"> |
  94.                                               <"New_Swiss-French"> |
  95.                                               <"New_Swiss-German"> |
  96.                                               <"Norvegian"> |
  97.                                               <"Portuguese"> |
  98.                                               <"Spanish"> |
  99.                                               <"Spanish_peaking"> |
  100.                                               <"Swedish">.
  101.                     
  102.  
  103. <RGBcolor…>                      =   <n.n.n>          0  ≤ n  ≤ 65535.
  104.  
  105.  
  106. _________________________________________________________________
  107.  
  108. General Information
  109. _________________________________________________________________
  110.  
  111. Δ True and false may also be written 1 or 0.
  112.  
  113. Δ Names and strings can be written between quotes (ex: “my host”).
  114.  
  115. Δ Scripts are also available in French and Spanish. If you create a new ‘STR#’ resource to add another language, its ID must be 31100 + Language Code (as defined in <ScriptMgr.h>).
  116.